home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / main.dxr / 00119.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  155 b   |  11 lines

  1. global glist, scale
  2.  
  3. on startMovie
  4.   scale = 200
  5.   startTimer()
  6.   glist = list()
  7.   repeat with tt = 165 to 168
  8.     sprite(tt).visible = 0
  9.   end repeat
  10. end
  11.